home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3mxiltg.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  61 lines

  1.  
  2. // JavaScript wrapper for r3mxiltg.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MXILTGAD_H = 1;
  7. include("oops/r3mxgad.js")
  8.  
  9.  
  10. var R3CLID_MXILTGAD = 828;
  11.  
  12.  
  13.  
  14.  
  15. R3MXILTGA_ToolTips = 828501;
  16. function SetR3MXILTGA_ToolTips(value) {
  17.   R3Set(this.r3obj, R3MXILTGA_ToolTips, value, R3TID_STRING, R3TNF_ARRAY); 
  18. }
  19.  
  20. function GetR3MXILTGA_ToolTips() {
  21.   return R3Get(this.r3obj, R3MXILTGA_ToolTips, R3TID_STRING, R3TNF_ARRAY); 
  22. }
  23.  
  24. R3MXILTGA_Labels = 828502;
  25. function SetR3MXILTGA_Labels(value) {
  26.   R3Set(this.r3obj, R3MXILTGA_Labels, value, R3TID_STRING, R3TNF_ARRAY); 
  27. }
  28.  
  29. function GetR3MXILTGA_Labels() {
  30.   return R3Get(this.r3obj, R3MXILTGA_Labels, R3TID_STRING, R3TNF_ARRAY); 
  31. }
  32.  
  33. R3MXILTGA_IconWidth = 828503;
  34. function SetR3MXILTGA_IconWidth(value) {
  35.   R3Set(this.r3obj, R3MXILTGA_IconWidth, value, R3TID_INTEGER, 0); 
  36. }
  37.  
  38. R3MXILTGA_IconHeight = 828504;
  39. function SetR3MXILTGA_IconHeight(value) {
  40.   R3Set(this.r3obj, R3MXILTGA_IconHeight, value, R3TID_INTEGER, 0); 
  41. }
  42.  
  43. R3MXILTGA_IconDepth = 828505;
  44. function SetR3MXILTGA_IconDepth(value) {
  45.   R3Set(this.r3obj, R3MXILTGA_IconDepth, value, R3TID_INTEGER, 0); 
  46. }
  47.  
  48.  
  49.  
  50. function r3Mxiltgad () { 
  51.    // Attributes
  52.    this.GetToolTips=GetR3MXILTGA_ToolTips;
  53.    this.SetToolTips=SetR3MXILTGA_ToolTips;
  54.    this.GetLabels=GetR3MXILTGA_Labels;
  55.    this.SetLabels=SetR3MXILTGA_Labels;
  56.    this.SetIconWidth=SetR3MXILTGA_IconWidth;
  57.    this.SetIconHeight=SetR3MXILTGA_IconHeight;
  58.    this.SetIconDepth=SetR3MXILTGA_IconDepth;
  59. }
  60.  
  61. // r3mxiltg.h_H